home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / powerd / lib / powerd_lib.lha / PowerD / CloseW.ass < prev    next >
Encoding:
Text File  |  1999-06-23  |  262 b   |  17 lines

  1. ; a0 - window
  2.  
  3.     xdef    _CloseW
  4.  
  5. _CloseW    move.l    a6,-(a7)
  6.     move.l    (50,a0),d0
  7.     cmp.l    _stdrast,d0
  8.     bne.s    .close
  9.     clr.l    _stdrast        ; clear rastport
  10. .close    move.l    _IntuitionBase,a6
  11.     jsr    (-72,a6)        ; CloseWindow()
  12.     move.l    (a7)+,a6
  13.     rts
  14.  
  15.     xref    _stdrast
  16.     xref    _IntuitionBase
  17.